home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d4 / hack36a.arc / HH < prev    next >
Text File  |  1991-01-10  |  3KB  |  83 lines

  1. y k u    Move commands:
  2.  \|/        hykulnjb: single move in specified direction
  3. h-+-l        HYKULNJB: repeated move in specified direction
  4.  /|\            (until stopped by e.g. a wall)
  5. b j n        g<dir>: fast movement in direction <dir>
  6.             (until something interesting is seen)
  7.         m<dir>: move without picking up objects
  8.  
  9.     For PC HACK, if option "IBMBIOS" is TRUE, you can also use the numeric
  10.     key pad for move commands.  With NumLock *enabled*, the key pad
  11.     characters are translated as:
  12.  
  13.                Numeric Pad               Command
  14.                  7  8  9  -        u+l(y)   up(k)   u+r(u)    move(m)
  15.                   \ | /                  \    |    /
  16.                  4 -5- 6  +       left(h)   go(g)   right(l)  pay(p)
  17.                   / | \                  /    |    \
  18.                  1  2  3           d+l(b)  down(j)  d+r(n)
  19.                Ins    Del      inventory(i)     wait(.)
  20.           
  21.         When the shift key is held down, the translation is to:
  22.  
  23.                        u+l(^Y)  up(^K)    u+r(^U)    previous message(^P)
  24.                               \    |    /
  25.                       left(^H)  nothing   right(^L)  put on a ring (P)
  26.                               /    |    \
  27.                        d+l(^B)  down(^J)  d+r(^N)
  28.             selective inventory(I)    look(;)
  29.           
  30.         With NumLock *disabled*, unshifted '5' does nothing and shifted
  31.         '5' does go(g).  All other keys are translated the same.
  32.           
  33. Meta commands:
  34. Q    quit    leave the game
  35. S    save    save the game (to be continued later)
  36. !    sh    start up another copy of COMMAND.COM
  37. O    set    set options
  38. ?    help    print information
  39. /    whatis    give name (and sometimes more info) of specified monster
  40. \    known    print list of what's been discovered
  41. v    version    print version number
  42. ^A    abort    abort this long command (eg `20.' is abortable with ^A)
  43. ^P    print    repeat last message  (subsequent ^P's repeat earlier messages)
  44. ^R    redraw    redraw the screen
  45. a    again    do the previous command again
  46. #        introduces a long command; not really implemented
  47.  
  48. Game commands:
  49. <    up    go up the stairs
  50. >    down    go down the stairs
  51. ^    trap_id    identify a previously found trap
  52. ),[,=        tell about current weapon, armor, rings, respectively
  53. $    gold    count your gold
  54. .    rest    wait a moment
  55. ,    pickup    pick up all you can carry
  56. :    look    look at what is here
  57. @        toggle pickup.  Same as doing "O pickup" and "O !pickup"
  58.  
  59. A    apply, use  use something (a key, camera, etc.)
  60. c    call    give a name to a class of objects
  61. C    name    name an individual monster (e.g., baptize your dog)
  62. d    drop    drop an object. d7a: drop seven items of object a.
  63. D    Drop    drop several things
  64. e    eat    eat something
  65. E    Engrave write a message in the dust on the floor  (E-  use fingers)
  66. i    invent    list the inventory (all objects you are carrying)
  67. I    invent    list selected parts of the inventory
  68.         IU: list unpaid objects
  69.         IX: list unpaid but used up items
  70.         I$: count your money
  71. p    pay    pay your bill
  72. P    wear    put on a ring
  73. q    drink    quaff a potion
  74. r    read    read a scroll
  75. R    remove    remove a ring
  76. s    search    search for secret doors, hidden traps and monsters
  77. t    throw    throw or shoot a weapon
  78. T    remove    take off some armor
  79. ^T    teleport teleport
  80. w    wield    wield a weapon    (w-  wield nothing)
  81. W    wear    put on some armor
  82. z    zap    zap a wand
  83.